home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / graphics / gfxnodes.inc < prev    next >
Text File  |  1998-06-24  |  363b  |  22 lines

  1. include "inc/exec/nodes.inc";
  2.  
  3. struct ExtendedNode is
  4.   xln_Succ:ulong;
  5.   xln_Pred:ulong;
  6.   xln_Type:ubyte;
  7.   xln_Pri:byte;
  8.   xln_Name:ulong;
  9.   xln_Subsystem:ubyte;
  10.   xln_Subtype:ubyte;
  11.   xln_Library:long;
  12.   xln_Init:ulong;
  13. ;
  14.  
  15. def SS_GRAPHICS = $02;
  16.  
  17. def VIEW_EXTRA_TYPE = 1;
  18. def VIEWPORT_EXTRA_TYPE = 2;
  19. def SPECIAL_MONITOR_TYPE = 3;
  20. def MONITOR_SPEC_TYPE = 4;
  21.  
  22.